home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 97 / CD-ROM 97 / CD-ROM 97.iso / jogos / spherical / Code / Game / update.h < prev   
Encoding:
Text File  |  2002-07-11  |  577 b   |  28 lines

  1.  
  2. // Copyright (C) 2002 by Luigi Pino.  All Rights Reserved.
  3.  
  4. /***************************************************************************/
  5.  
  6. void Draw_Arrow(int current_sphere, float size);
  7.  
  8. void Draw_Items();
  9.  
  10. void Draw_Score(int net, bool front);
  11.  
  12. void Ending();
  13.  
  14. void Initialize_Ground();
  15.  
  16. void Initialize_Ground_Cover();
  17.  
  18. void Initialize_Wall();
  19.  
  20. void Initialize_Textures(bool change_resolution);
  21.  
  22. void Intro();
  23.  
  24. void Update_Current_Light_Point();
  25.  
  26. void Update_Nets();
  27.  
  28. /***************************************************************************/